@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

.base {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 37%;
    height: 45%;
    background-color: rgb(202, 202, 202);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    display: none;
}

.ipad-png {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.login-container {
    display: none;
}

.login-text {
    color: rgba(0, 0, 0, 0.384);
    position: absolute;
    left: 50%;
    top: 48%;    
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.login-img {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
}

.customers {
    font-family: 'Poppins', sans-serif;
    border-collapse: collapse;
    width: 315%;
}
  
.customers td, .customers th {
    border: 1px solid #ddd;
    padding: 4px;
    padding-left: 20px;
}
  
.customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #04AA6D;
    color: white;
}

.menu-container {
    display: none;
}

.medarbetare-container {
    width: 31.5%;
    height: 20%;
    display: none;
}

.menu-topbar {
    position: absolute;
    left: 50%;
    top: 6.5%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 13%;
    background-color: rgba(0, 0, 0, 0.196);
}

.menu-text {
    position: absolute;
    left: 50%;
    top: 7%;
    transform: translate(-50%, -50%);
    font-size: 33px;
    font-family: 'Poppins', sans-serif;
    font-weight: bolder;
    font-style: italic; 
}

.menu-btn {
    position: fixed;
    z-index: 1;
    top: 10%;
    margin: 30px;
}

.menu-img {
    position: absolute;
    left: 50%;
    top: 80%;
    height: 20px;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.menu-btn button {
    margin-left: 14px;
    background: #eee;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: italic;
    outline: none;
    border: none;
    width: 200px;
    height: 50px;
    cursor: pointer;
    transition: 0.2s;
}

.menu-btn button:hover {
    letter-spacing: 1px;
}

#toast-container {
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
    max-height: 370px;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 370px;
}

.toast {
    background-color: #101011;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}